# global parameters of the local network

bootmanage:\
   :hn:vm=rfc1048:ht=ethernet:ms=1024:\
#  :gw=172.16.0.254:\
#  :ds=172.16.0.10:\
   # DNS domain name (not used in this example)
#  :T140="bootmanage.com":\
   :sm=255.255.0.0:


# common entries for all PXE NT4 Workstation clients

pxe-nt4ws-common:\
   :tc=bootmanage:\
   :hd="c:/tftpboot":bf=pxboot:\
   # PXE Client Class Identifier
   :T60="PXEClient":\
   # Installation server
   :T160="NT4SERVER":\
   # Configuration group (must be 8.3 filename conform)
   :T161="pxent4ws":\
   # Installation dummy user and password
   :T162="instuser instpass":\
   # Windows NT licensing information - Company
   :T163="ACME Corporation":\
   # Windows NT licensing information - License key
   :T164="000-1234567":\
   :T165="BOOTMANAGE":


# entries for NT4 Workstation PXE clients

pxent4ws:\
   :tc=pxe-nt4ws-common:\
   :ha=00.a0.c9.42.da.23:ip=172.16.80.1:\
   # Hard disk partition size in Mbytes
   :T200="400":\
   # Filesystem type, either ConvertNTFS (NTFS) or LeaveAlone (FAT16)
   :T201="ConvertNTFS":\
   # Windows NT licensing information - User name
   :T202="PXE Toolkit User":\
   # Enable user initiated reinstallation
   :T204="PxDiS=03":\
   # Enable administrator initiated reinstallation
   :T203="PxInS=00,63,a3":